home *** CD-ROM | disk | FTP | other *** search
/ Pink Daily - The Pink Days / Pink Daily - The Pink Days.iso / pc / pinkdata / rda1.dir / 00026_Script_26 < prev    next >
Text File  |  1995-08-24  |  174b  |  10 lines

  1. on idle
  2.   if mouseCast() = -1 then
  3.     cursor 280
  4.   else if mouseCast()=the castNum of sprite 11 then
  5.     cursor 200
  6.   else
  7.     cursor 280
  8.   end if
  9.   updateStage
  10. end